tools: kwbimage: Fix style violations
authorMario Six <[email protected]>
Wed, 11 Jan 2017 15:00:54 +0000 (16:00 +0100)
committerStefan Roese <[email protected]>
Wed, 1 Feb 2017 08:03:41 +0000 (09:03 +0100)
commit94490a4a707003f91cc384f367131ad91b82fd0e
tree0d92951fcfad469739498dfab48d711562ca2a68
parent94084eea3bd33a8a10b55a9717bd6ba762826323
tools: kwbimage: Fix style violations

Fix some style violations:

- nine instances of missing blank lines after declarations
- one overly long line
- one split string (which also rewords an error message more concisely)
- two superfluous else

Signed-off-by: Mario Six <[email protected]>
Reviewed-by: Stefan Roese <[email protected]>
Signed-off-by: Stefan Roese <[email protected]>
tools/kwbimage.c